GET
/
api
/
regions
curl --request GET \
  --url https://api.app.fleetit.com/api/regions/ \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 1,
    "title": "Washington"
  },
  {
    "id": 2,
    "title": "California"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
Successful response
id
integer
title
string